hook up the destroy handler. (gtk_expander_destroy),
authorMark McLoughlin <mark@skynet.ie>
Tue, 28 Oct 2003 15:32:21 +0000 (15:32 +0000)
committerMark McLoughlin <markmc@src.gnome.org>
Tue, 28 Oct 2003 15:32:21 +0000 (15:32 +0000)
commit6ccf2d2d09ad77f736ed827f34b6695804e882fe
tree9f11dab0bcf740a6cae3c3ac0836f18aae27847c
parent5f9345d82996ddf40523fb2ee303dd79f8325457
hook up the destroy handler. (gtk_expander_destroy),

2003-10-28  Mark McLoughlin  <mark@skynet.ie>

        * gtk/gtkexpander.c:
        (gtk_expander_class_init): hook up the destroy handler.
        (gtk_expander_destroy), (gtk_expander_unrealize):
        remove the expand/collapse timeout on destroy instead
        of unrealize to avoid leaving the expander in a inconsistent
        state when unrealizing during animation.
        (gtk_expander_start_animation): remove realized check.
        (gtk_expander_set_expanded): if the widget isn't realized,
        expand immediately.
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkexpander.c